home *** CD-ROM | disk | FTP | other *** search
/ START Magazine / START VOL 4 NO 1.st / POGO.ARC / ARC.POG next >
Encoding:
Text File  |  1985-11-20  |  94 b   |  6 lines

  1.  
  2. int theta
  3.  
  4. for theta=10 to 360 step 10
  5.     print(xyangle(arcx(theta,100),arcy(theta,100)))
  6.